Uploaded image for project: 'Commons CLI'
  1. Commons CLI
  2. CLI-44

[cli] Document enhancement

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1
    • CLI-1.x
    • None
    • Operating System: other
      Platform: Other

    • 35191

    Description

      On Usage Scenarios page http://jakarta.apache.org/commons/cli/usage.html

      in the "Argument Options" of the ant section,

      Option logfile = OptionBuilder.withArgName( "file" )
      .......
      .create( "file" ); should be .create("logfile")

      Option find = OptionBuilder.withArgName( "file" )
      .......
      .create( "file" ); should be .create("find")

      Attachments

        Activity

          People

            Unassigned Unassigned
            liuyehui@gmail.com Liu yehui
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: